Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PatchRemove> 2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo olsets\v100\ImportBefore')" /> 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo olsets\v100\ImportBefore')" />
4 </PatchRemove> 4 </PatchRemove>
5 <PatchAdd> 5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo olsets\v100\ImportBefore')" /> 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo olsets\v100\ImportBefore')" />
7 </PatchAdd> 7 </PatchAdd>
8 8
9 <PropertyGroup> 9 <PropertyGroup>
10 <!-- added NaCl include and lib information --> 10 <!-- added NaCl include and lib information -->
(...skipping 11 matching lines...) Expand all
22 </PatchAdd> 22 </PatchAdd>
23 </PropertyGroup> 23 </PropertyGroup>
24 24
25 <PatchRemove> 25 <PatchRemove>
26 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo lsets\v100\ImportAfter')" /> 26 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo lsets\v100\ImportAfter')" />
27 </PatchRemove> 27 </PatchRemove>
28 <PatchAdd> 28 <PatchAdd>
29 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo lsets\v100\ImportAfter')" /> 29 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo lsets\v100\ImportAfter')" />
30 </PatchAdd> 30 </PatchAdd>
31 </Project> 31 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698